|
|
|
BlueCielo Meridian Explorer 2012 Administrator's Guide | BlueCielo ECM Solutions |
The properties in the ExplorerSynchronizationproperty set and their valid values are described in the following table. These properties can be set either manually by Meridian Enterprise users on a custom property page or automatically by customized VBScript event procedures when certain workflow transitions or other events occur.
Notes
To prevent these properties from being updated by a synchronization job, set the UpdateProperties value in the following registry key to 0. The default value is 1.
HKEY_LOCAL_MACHINE\SOFTWARE\BlueCielo ECM Solutions\Application Manager\Settings\DexMeridian
Property | Data Type | Value |
---|---|---|
ContentOption |
Integer |
The value of this property specifies the location from which Meridian Explorer will retrieve this document’s content. This property is also set by the selected Content location settings option in . 0 = Copy document content to the repository 1 = Use the Meridian Enterprise stream files Note When this option is set to 1, the document content files are not backed up with the repository database and must be backed up separately, such as with the Meridian Enterprise backup files. |
DeleteOption |
Integer |
The value of this property specifies what should be done with the repository document when this document is deleted from the source vault. This property is also set by the selected Delete settings option in . 0 = Delete the repository document when the vault document is deleted 1 = Keep the repository document Note This value is copied to the repository upon synchronization and used by the PrepareDeletions argument. |
RevisionOption |
Integer |
The value of this property specifies how the document will be synchronized in the repository. This property is also set by the selected Revision synchronization settings option in . Unreleased revisions (as working copies or in workflows) are never synchronized. 0 = Synchronize all released revisions |
Modified |
Boolean |
Set to True when the document has been modified since the last successful synchronization. Note Typically, this value should be set to True on the DocWorkflowEvent_AfterChangeWFState event. |
Failed |
Boolean |
Set to True when the document fails to synchronize. Note This property can be used to find documents in the source vault that failed to synchronize. |
LastSynchronized |
Date/Time |
Time stamp set when the document is successfully synchronized. |
DocumentGroupID |
String |
For future use. |
Related tasks
Configuring document property mappings
Configuring object tag property mappings
Configuring document type mappings
Configuring object tag type mappings
Configuring reference type mappings
Initializing document synchronization properties
Copyright © 2000-2014 BlueCielo ECM Solutions |